home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / jobs32.zip / GO2.BAT < prev    next >
DOS Batch File  |  1989-04-15  |  972b  |  43 lines

  1. ECHO OFF
  2. REM Installation Batch Modified for SDN Distribution
  3. ECHO SDN Distribution Copy  ... REQUIRES PAK
  4. :UnPack
  5. PAK E %1\jobs32A1.SDN %2\jobs-sw
  6. PAK E %1\jobs32A2.SDN %2\jobs-sw
  7. %2
  8. echo off
  9. cls
  10. jobs-sw /n
  11. if not exist read.me goto note2
  12. cls
  13. echo.   Please Note:
  14. echo.
  15. type read.me
  16. echo.
  17. pause
  18. :note2
  19. cls
  20. echo.
  21. echo.        To run JOBS-SW from now on just enter:
  22. echo.
  23. echo.        JOBS-SW
  24. echo.
  25. echo.        at the DOS prompt.  It is even more convenient to add this
  26. echo.        command as the last line in your AUTOEXEC.BAT file.
  27. echo.
  28. echo.
  29. echo.
  30. echo.        Please set aside some time to explore and experiment with
  31. echo.        JOBS.  We guarantee that the time spent learning to use JOBS
  32. echo.        will be repaid many times over.
  33. echo.
  34. echo.        Enjoy.....      Bob Tellefson, programmer
  35. echo.                        Jack Gallivan, documentation and support
  36. echo.
  37. pause
  38. echo off
  39. %2
  40. cd \jobs-sw
  41. erase go2.bat
  42. :END
  43.